﻿@charset "utf-8";
/* CSS Document */


/* CSS Information ----------------------------------------

Site Name : 반응형 기본디자인 A3
Part : 하단
Last edit : 2020.07.07
Author : Gautech(PDH)

관련폰트 :
font-family: 'Noto Sans KR', sans-serif; (100,300,400,500,600,700,900)
font-family: 'Noto Serif KR', serif; (200,300,400,500,700,900)
font-family: 'NanumSquareRound', sans-serif; (400,500,700,900)
font-family: 'NanumBarunGothic', sans-serif; (200,300,400,700)
font-family: 'Roboto', sans-serif; (300,400,500,700,900)

--------------------------------------------------------- */





footer>h2 { display:none;}
.footer_wrap { width:100%; color:rgba(255,255,255,0.8); max-width:1500px; margin:0 auto;}

.footer_logo { padding:0 10px 20px 10px;}
.footer_tel { font-family: 'Roboto', sans-serif; font-size:26px; font-weight:700; color:#FFF; padding:0 10px;}
.footer_tel>span { margin-right:20px;}
.footer_menu { width:100%; padding:0; text-align:left;}
.footer_menu>a { display:inline-block; padding:0 10px; line-height:50px; background-image:url(/images/icon/menu_bar.png); background-repeat:no-repeat; background-position:100% 50%;}
.footer_menu>a:last-child { background-image: none;}

.footer_copy { width:100%; margin:0 auto; text-align:left;}
.footer_copy>p { width:100%; padding:0 0 50px 0; line-height:20px}
.footer_copy>p>span { display:inline-block; padding:0 10px;}



/* 1024 ~ 768까지 태블릿 설정 */

@media screen and (max-width:1024px){

.footer_logo { padding:80px 40px 20px 40px;}
.footer_tel { font-family: 'Roboto', sans-serif; font-size:22px; font-weight:700; color:#FFF; padding:0 40px;}
.footer_tel>span { margin-right:20px;}
.footer_menu { width:100%; padding:0 30px; text-align:left;}
.footer_menu>a { display:inline-block; padding:0 10px; line-height:50px; background-image:url(/images/icon/menu_bar.png); background-repeat:no-repeat; background-position:100% 50%;}
.footer_menu>a:last-child { background-image: none;}

.footer_copy { width:100%; margin:0 auto; text-align:left;}
.footer_copy>p { width:100%; padding:0 30px 50px 30px; line-height:20px}
.footer_copy>p>span { display:inline-block; padding:0 10px;}


}



/* 767 ~ 320까지 모바일 설정 */

@media screen and (max-width:767px){

.footer_logo { padding:60px 20px 20px 20px;}
.footer_logo>img { width:100%; max-width:371px;}
.footer_tel { font-family: 'Roboto', sans-serif; font-size:20px; font-weight:700; color:#FFF; padding:0 20px;}
.footer_tel>span { display:block; margin-right:20px;}
.footer_tel>span>img { margin:10px 0;}
.footer_menu { width:100%; padding:20px 10px; text-align:left;}
.footer_menu>a { display:inline-block; padding:0 10px; line-height:20px; background-image:url(/images/icon/menu_bar.png); background-repeat:no-repeat; background-position:100% 50%;}
.footer_menu>a:last-child { background-image: none;}

.footer_copy { width:100%; margin:0 auto; text-align:left;}
.footer_copy>p { width:100%; padding:0 10px 30px 10px; line-height:20px}
.footer_copy>p>span { display:inline-block; padding:0 10px;}


}